www.gusucode.com > pluck PHP多国语言简洁CMS系统 v4.7.4PHP源码程序 > pluck PHP多国语言简洁CMS系统 v4.7.4/PluckCMS4.7.4/PluckCMS4.7.4/data/modules/blog/lang/sk.php

    <?php
$lang['blog']['title'] = 'blog';
$lang['blog']['main_message'] = 'Tuto môžte vytvoriť novú správu a priradiť ju do kategórie. Správy sú radené automaticky podľa dátumu.';
$lang['blog']['descr'] = 'informujte Vašich návštevníkov o novinkách alebo článkoch';
$lang['blog']['categories'] = 'kategórie';
$lang['blog']['category'] = 'category';
$lang['blog']['choose_cat'] = 'Choose category...';
$lang['blog']['no_cat'] = 'No category';
$lang['blog']['new_cat'] = 'nová kategória';
$lang['blog']['new_cat_message'] = 'zadajte názov kategórie a kliknite na "uložiť"';
$lang['blog']['delete_cat'] = 'vymazať kategóriu';
$lang['blog']['posts'] = 'súčasné správy';
$lang['blog']['new_post'] = 'napísať novú správu';
$lang['blog']['edit_post'] = 'upraviť správu';
$lang['blog']['delete_post'] = 'vymazať správu';
$lang['blog']['at'] = 'at';
$lang['blog']['in'] = 'in';
$lang['blog']['posted_by'] = 'napísal';
$lang['blog']['reactions'] = 'odpovede';
$lang['blog']['reaction'] = 'reaction';
$lang['blog']['edit_reactions'] = 'upraviť odpovede';
$lang['blog']['edit_reactions_message'] = 'tuto môžte upraviť odpovede.';
$lang['blog']['edit_reaction'] = 'edit reaction';
$lang['blog']['delete_reaction'] = 'zmazať odpoveď';
$lang['blog']['name'] = 'name';
$lang['blog']['email'] = 'email';
$lang['blog']['website'] = 'website';
$lang['blog']['message'] = 'message';
$lang['blog']['html_not_allowed'] = 'HTML kód nie je povolený.';
$lang['blog']['no_reactions'] = 'no reactions';
$lang['blog']['allow_reactions'] = 'Allow visitors to post reactions.';
$lang['blog']['read_more'] = 'read more';
$lang['blog']['truncate_posts'] = 'The number of characters blog posts will be truncated to. Choose 0 to disable truncation.';
$lang['blog']['numeric_error'] = 'You should choose a numeric value for post truncation and/or posts per page.';
$lang['blog']['posts_per_page'] = 'The number of posts that will be displayed per page.';
$lang['blog']['posts_per_page_error'] = 'The number of posts per page cannot be zero!';
$lang['blog']['pages'] = 'Pages:';
$lang['blog']['post_date'] = 'Choose date format.';
$lang['blog']['post_time'] = 'Choose time format.';
?>